// // Copyright (c) 2009 All Right Reserved // // vl // // 2009-01-01 // Contains ... namespace LargoBase.Notation { /// /// Articulation type. /// public enum ArticulationType { /// Articulation type. None, /// Articulation type. Staccato, /// Articulation type. Accent } }